home *** CD-ROM | disk | FTP | other *** search
/ BigMax 17 / BigMax nº 17.iso / FREEWARE / COLOR / LINES95.EXE / 0 / RCDATA / TNEWUSERDLG / TNEWUSERDLG.txt
Text File  |  1997-08-30  |  3KB  |  148 lines

  1. object NewUserDlg: TNewUserDlg
  2.   Left = 175
  3.   Top = 231
  4.   ActiveControl = NameFld
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 238
  8.   ClientWidth = 493
  9.   Font.Color = clBlack
  10.   Font.Height = -20
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 22
  20.   object PasswordPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 493
  24.     Height = 238
  25.     Align = alClient
  26.     BevelWidth = 3
  27.     BorderWidth = 1
  28.     BorderStyle = bsSingle
  29.     Font.Color = clBlack
  30.     Font.Height = -20
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object Password2Label: TLabel
  36.       Left = 9
  37.       Top = 150
  38.       Width = 176
  39.       Height = 23
  40.       Alignment = taRightJustify
  41.       AutoSize = False
  42.       Caption = 'Repeat password:'
  43.     end
  44.     object Password1Label: TLabel
  45.       Left = 9
  46.       Top = 105
  47.       Width = 176
  48.       Height = 23
  49.       Alignment = taRightJustify
  50.       AutoSize = False
  51.       Caption = 'Enter a password:'
  52.     end
  53.     object Header: TNpsLbl3d
  54.       Left = 7
  55.       Top = 9
  56.       Width = 478
  57.       Height = 40
  58.       Alignment = taCenter
  59.       AutoSize = False
  60.       Caption = 'Registration of pretender'
  61.       Font.Color = clOlive
  62.       Font.Height = -30
  63.       Font.Name = 'Times New Roman'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object NameLabel: TLabel
  68.       Left = 9
  69.       Top = 60
  70.       Width = 176
  71.       Height = 23
  72.       Alignment = taRightJustify
  73.       AutoSize = False
  74.       Caption = 'Your name:'
  75.     end
  76.     object Password2: TEdit
  77.       Left = 202
  78.       Top = 147
  79.       Width = 259
  80.       Height = 34
  81.       Ctl3D = True
  82.       Font.Color = clBlack
  83.       Font.Height = -24
  84.       Font.Name = 'Times New Roman'
  85.       Font.Style = [fsBold]
  86.       MaxLength = 16
  87.       ParentCtl3D = False
  88.       ParentFont = False
  89.       PasswordChar = '*'
  90.       TabOrder = 2
  91.       Text = '1234567890123456'
  92.     end
  93.     object OkButton: TBitBtn
  94.       Left = 230
  95.       Top = 193
  96.       Width = 112
  97.       Height = 31
  98.       TabOrder = 3
  99.       OnClick = OKBtnClick
  100.       Kind = bkOK
  101.       Style = bsNew
  102.     end
  103.     object CancelButton: TBitBtn
  104.       Left = 350
  105.       Top = 193
  106.       Width = 111
  107.       Height = 31
  108.       TabOrder = 4
  109.       OnClick = CancelButtonClick
  110.       Kind = bkCancel
  111.       Style = bsNew
  112.     end
  113.     object Password1: TEdit
  114.       Left = 202
  115.       Top = 101
  116.       Width = 259
  117.       Height = 34
  118.       Ctl3D = True
  119.       Font.Color = clBlack
  120.       Font.Height = -24
  121.       Font.Name = 'Times New Roman'
  122.       Font.Style = [fsBold]
  123.       MaxLength = 16
  124.       ParentCtl3D = False
  125.       ParentFont = False
  126.       PasswordChar = '*'
  127.       TabOrder = 1
  128.       Text = '1234567890123456'
  129.     end
  130.     object NameFld: TEdit
  131.       Left = 202
  132.       Top = 55
  133.       Width = 259
  134.       Height = 34
  135.       Ctl3D = True
  136.       Font.Color = clBlack
  137.       Font.Height = -24
  138.       Font.Name = 'Times New Roman'
  139.       Font.Style = [fsBold]
  140.       MaxLength = 15
  141.       ParentCtl3D = False
  142.       ParentFont = False
  143.       TabOrder = 0
  144.       Text = 'Anatoly Podgoretsky'
  145.     end
  146.   end
  147. end
  148.